Type.registerNamespace('admrmr_ru_new');
admrmr_ru_new.weather=function() {
admrmr_ru_new.weather.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
admrmr_ru_new.weather.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return admrmr_ru_new.weather._staticInstance.get_path();},
GetTableHTML:function(path,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTableHTML',false,{path:path},succeededCallback,failedCallback,userContext); },
GetWeatherById:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWeatherById',false,{},succeededCallback,failedCallback,userContext); }}
admrmr_ru_new.weather.registerClass('admrmr_ru_new.weather',Sys.Net.WebServiceProxy);
admrmr_ru_new.weather._staticInstance = new admrmr_ru_new.weather();
admrmr_ru_new.weather.set_path = function(value) { admrmr_ru_new.weather._staticInstance.set_path(value); }
admrmr_ru_new.weather.get_path = function() { return admrmr_ru_new.weather._staticInstance.get_path(); }
admrmr_ru_new.weather.set_timeout = function(value) { admrmr_ru_new.weather._staticInstance.set_timeout(value); }
admrmr_ru_new.weather.get_timeout = function() { return admrmr_ru_new.weather._staticInstance.get_timeout(); }
admrmr_ru_new.weather.set_defaultUserContext = function(value) { admrmr_ru_new.weather._staticInstance.set_defaultUserContext(value); }
admrmr_ru_new.weather.get_defaultUserContext = function() { return admrmr_ru_new.weather._staticInstance.get_defaultUserContext(); }
admrmr_ru_new.weather.set_defaultSucceededCallback = function(value) { admrmr_ru_new.weather._staticInstance.set_defaultSucceededCallback(value); }
admrmr_ru_new.weather.get_defaultSucceededCallback = function() { return admrmr_ru_new.weather._staticInstance.get_defaultSucceededCallback(); }
admrmr_ru_new.weather.set_defaultFailedCallback = function(value) { admrmr_ru_new.weather._staticInstance.set_defaultFailedCallback(value); }
admrmr_ru_new.weather.get_defaultFailedCallback = function() { return admrmr_ru_new.weather._staticInstance.get_defaultFailedCallback(); }
admrmr_ru_new.weather.set_path("/weather.asmx");
admrmr_ru_new.weather.GetTableHTML= function(path,onSuccess,onFailed,userContext) {admrmr_ru_new.weather._staticInstance.GetTableHTML(path,onSuccess,onFailed,userContext); }
admrmr_ru_new.weather.GetWeatherById= function(onSuccess,onFailed,userContext) {admrmr_ru_new.weather._staticInstance.GetWeatherById(onSuccess,onFailed,userContext); }
